home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Camelot / Camelot 035 (1989-01)(Swedish User Group of Amiga)(SE)(PD)[m doscopy][WB].zip / Camelot 035 (1989-01)(Swedish User Group of Amiga)(SE)(PD)[m doscopy][WB].adf / App / makefile < prev    next >
Makefile  |  1989-01-04  |  149b  |  9 lines

  1. # makefile for APP assembly preprocessor
  2.  
  3. app:    app.o
  4.     ln app.o -lc
  5.  
  6. shar:    app
  7.     uuencode >app.UU app app
  8.     shar >app.shar README makefile app.c app.UU
  9.